@charset "utf-8";
@media screen and (min-width:992px) {
    .effect1 {
        opacity: 0.5;
        transition: all 0.8s ease-out;
    }
    .effect1.isView {
        opacity: 1;
    }
    .effect2,
    .effect2 li,
    .effect5 {
        opacity: 0;
        transition: all 0.8s ease-out;
        transform: translateY(70px);
    }
    .effect2.isView,
    .effect2.isView li,
    .effect5.isView {
        opacity: 1;
        transform: none;
    }
    .effect3 {
        opacity: 0;
        transition: all 0.8s ease-out;
        transform: translateX(50px);
    }
    .effect3.isView {
        opacity: 1;
        transform: none;
    }
    .effect4,
    .effect4 li,
    .effect6 tr {
        opacity: 0;
        transition: all 0.8s ease-out;
        transform: translateX(-50px);
    }
    .effect4.isView,
    .effect4.isView li,
    .effect6.isView tr {
        opacity: 1;
        transform: none;
    }
}


/* CSS Document */

html {
    background: #FFF;
    font-size: 62.5%;
    /* 10÷16=62.5% */
    min-width: 1200px;
}

body {
    font-size: 14px;
    font-size: 1.4rem;
    /* 14÷10=1.4 */
    color: #333;
    font-family: 'Microsoft YaHei', '微软雅黑', SimSun, '宋体', SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dl,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: subpixel-antialiased;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

fieldset,
img {
    border: 0;
}

img,
object {
    max-width: 100%;
    /*height:auto;*/
    width: auto\9;
    /* for ie8 */
    -ms-interpolation-mode: bicubic;
}

a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
    color: #222;
}

a:hover {
    color: #FF0000;
    text-decoration: none;
}

input[type='button'] {
    outline: none;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400;
}

ul,
ol,
li {
    list-style: none outside none;
}

button {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

q:before,
q:after {
    content: '';
    content: none;
}

input,
textarea,
select {
    font-weight: inherit;
}

input,
select,
textarea,
button {
    vertical-align: middle
}

.clearFix {
    *zoom: 1;
    clear: both;
}

.clearFix:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    width: 100%;
    overflow: hidden;
}

.z1 {
    position: relative;
    z-index: 1;
}

.z2 {
    position: relative;
    z-index: 2;
}

.z3 {
    position: relative;
    z-index: 3;
}

.z4 {
    position: relative;
    z-index: 4;
}

.z5 {
    position: relative;
    z-index: 5;
}

.fs44 {
    font-size: 44px;
}

.fs40 {
    font-size: 40px;
}

.fs36 {
    font-size: 36px;
}

.fs32 {
    font-size: 32px;
}

.fs30 {
    font-size: 30px;
}

.fs28 {
    font-size: 28px;
}

.fs26 {
    font-size: 26px;
}

.fs24 {
    font-size: 24px;
}

.fs22 {
    font-size: 22px;
}

.fs21 {
    font-size: 21px;
}

.fs20 {
    font-size: 20px;
}

.fs19 {
    font-size: 19px;
}

.fs18 {
    font-size: 18px;
}

.fs17 {
    font-size: 17px;
}

.fs16 {
    font-size: 16px;
}

.fs15 {
    font-size: 15px;
}

.fs14 {
    font-size: 14px;
}

.fs13 {
    font-size: 13px;
}

.fs12 {
    font-size: 12px;
}

.ul-inline {
    font-size: 0;
}

.ul-inline li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    vertical-align: top;
}

.ul-inline li a {
    display: block;
}

.title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info {
    display: block;
    overflow: hidden;
}

.img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
}

.img_centered {
    display: block;
    overflow: hidden;
    position: relative;
}

.img img {
    width: 100%;
    display: block;
    transition: all ease-in 0.2s;
    -ms-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
}

.img_centered img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    width: auto;
    margin: auto;
}

.img img:hover {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}


/* .time{font-family: 'Arial';} */

.clear {
    clear: both;
}

.rightDate {
    float: right;
}

.row {
    width: 1200px;
    margin: 0px auto;
    *width: 1200px;
}


/* 低版本浏览器 */

.ie_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.85;
    filter: alpha(opacity=85);
    z-index: 99998;
}

.ie9tips {
    width: 400px;
    height: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -200px;
    line-height: 1.8;
    color: #fff;
    z-index: 99999;
    text-align: center;
}

.ie9tips a {
    color: red;
}

.ie9tips img {
    display: block;
    margin: 0 auto;
    opactiy: 0.9;
    filter: alpha(opacity=90);
}

.ie9tips p {
    padding-top: 10px;
    color: #fff;
    font-size: 16px;
}


/* 文章页还原 */

.article img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.article i,
.article em {
    font-style: italic;
}

.article strong,
.article strong span {
    font-weight: bold;
}

.article table img {
    max-width: initial;
}

.article tbody td,
.article tfoot td {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
}

.article ol {
    list-style: decimal inside none;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.article ul {
    list-style: disc inside none;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.article ul li {
    list-style-type: disc;
}

.article ol li {
    list-style-type: decimal;
}


/* 文章页还原结束 */